home *** CD-ROM | disk | FTP | other *** search
/ ftp.editplus.com / 2015-02-07.ftp.editplus.com.tar / ftp.editplus.com / epp370p0290_0503_64bit.exe / [0] / PERL.ACP < prev    next >
Text File  |  2011-05-23  |  396b  |  33 lines

  1. #TITLE=Perl
  2. ; EditPlus Auto-completion file v1.0 written by ES-Computing.
  3. ; This file is provided as a default auto-completion file for Perl.
  4.  
  5. #CASE=y
  6.  
  7. #T=if
  8. if (^!) {
  9. }
  10. #T=elsif
  11. elsif (^!) {
  12. }
  13. #T=unless
  14. unless (^!) {
  15. }
  16. #T=while
  17. while (^!) {
  18. }
  19. #T=until
  20. until (^!) {
  21. }
  22. #T=for
  23. for (^!; ;) {
  24. }
  25. #T=map
  26. map {^!};
  27. #T=do
  28. do (^!) {
  29. } until ;
  30. #T=foreach
  31. foreach ^! () {
  32. }
  33. #